home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dirut / jadu13.zip / JADU.HST < prev    next >
Text File  |  1989-10-09  |  9KB  |  204 lines

  1. =================================================================
  2. Version 1.3
  3. =================================================================
  4.      ->   Fixed some annoying 'features' in the input routine.
  5.           First, JADU will no longer remember that you went into
  6.           insert mode (ie. you will always begin in overstrike
  7.           mode).  Second, the <End> key now places the cursor at
  8.           the end of what you have typed - not at the end of the
  9.           input field.  Last, if you begin to type over an
  10.           existing item (such as the default directory in copy or
  11.           move operations) the remainder of the line will be
  12.           blanked out (no more pressing the space bar).
  13.  
  14.      ->   Made the utilities section of the configuration file
  15.           case insensitive, thereby allowing lowercase command
  16.           switches.
  17.  
  18.      ->   Fixed a bug in the utilities section of the
  19.           configuration file that disallowed the use of batch
  20.           files and didn't allow the use of command switches with
  21.           certain utilities.
  22.  
  23.      ->   Usage of the <Home> and <End> keys in the entry of a
  24.           destination directory (copy and move commands) has been
  25.           changed.  Previously these keys moved the pointer on
  26.           the directory tree.  They now act as editing keys,
  27.           moving the cursor to the beginning and end of the
  28.           information being entered.
  29.  
  30.      ->   The number of files displayed in the status area no
  31.           longer counts directories or the volume label.  Only
  32.           'true' files are included.  In the same vein, the tag
  33.           command no longer tags directories or the volume label.
  34.  
  35.      ->   JADU will now pass '*.*' to your utilities if you have
  36.           marked them as accepting multiple files and all of the
  37.           files in the current directory are tagged.  For
  38.           example, if there are 10 files in the current
  39.           directory, you only have 9 tagged, and you wish to edit
  40.           them with an editor that accepts multiple files on the
  41.           command line,  JADU will (probably) make 2 invocations
  42.           of the editor to achieve this end.  If all 10 were
  43.           tagged then only one pass would be needed (EDIT *.*).
  44.           This is especially handy when you want to archive an
  45.           entire directory of files.
  46.  
  47.      ->   Fixed the pause option in the utility section of the
  48.           configuration file.  (Please note that prior to this
  49.           version the Archive View command paused no matter how
  50.           this parameter was set.  If you still wish JADU to do
  51.           this you must make sure that the parameter is set
  52.           correctly.)
  53.  
  54.      ->   Added <ALT-X> and <ALT-Q> commands which exit and quit
  55.           without waiting for confirmation.
  56.  
  57.      ->   The directory deletion routine was rewritten to make it
  58.           a bit smarter.  This should reduce the odds of getting
  59.           a "deletion not completed" message if the directory
  60.           tree gets out of sync with reality.
  61.  
  62.      ->   Added automatic discovery of new directories.  Prior to
  63.           this version if you created a directory outside of JADU
  64.           (with the MD command, for example) it would not show on
  65.           the directory tree, thus creating confusion.  Now JADU
  66.           checks each directory found while loading the files
  67.           area to see if it exists in the directory tree.  If it
  68.           does not exist the tree is updated.
  69.  
  70.      ->   Added the ability to specify a destination directory
  71.           for files extracted from archives.  This eliminates the
  72.           need to first copy an archive into the destination
  73.           directory before decompressing the files.  This feature
  74.           uses the same interface as the copy and move commands
  75.           (point to the directory and hit <Return>).
  76.  
  77.      ->   Added the <ALT-I> command to display the version
  78.           timestamp.
  79.  
  80.  
  81. =================================================================
  82. Version 1.2
  83. =================================================================
  84.      ->   Fixed bug where JADU tied up all the room remaining on
  85.           a disk if a copy or move bombed due to insufficient
  86.           disk space (you then had to do a 'chkdsk /f' to free
  87.           the space)
  88.  
  89.      ->   Changed directory tree double lines to single lines to
  90.           provide a bit more separation from the window border.
  91.  
  92.      ->   Fixed bug that made JADU hang on systems running DOS
  93.           version less than 3.0 which did not have a mouse.
  94.  
  95.      ->   Tweaked and twiddled some internal code.
  96.  
  97.  
  98. =================================================================
  99. Version 1.1
  100. =================================================================
  101.      ->   Fixed bug in which the deletion of the current
  102.           directory was attempted.  You will now move to the
  103.           parent of the you are trying to delete and the deletion
  104.           will be allowed.
  105.  
  106.      ->   Tagged files now remain tagged if you rename them
  107.  
  108.      ->   Version 1.0's docs incorrectly stated that the maximum
  109.           number of directories allowed was 150 (actually it was
  110.           100).  The limit is now 150.
  111.  
  112.      ->   JADU no longer converts DOS commands to uppercase, thus
  113.           allowing case sensitive switches to be used.
  114.  
  115.      ->   Fixed a bug which disallowed the use of an external
  116.           file finder.  Now allowed (as it should have been all
  117.           along).
  118.  
  119.      ->   Fixed bug where JADU went through the motions of
  120.           allowing you to rename the root directory
  121.  
  122.      ->   Added the new command <U>pdate to reload all directory
  123.           information.  This allows the easy changing of disks in
  124.           floppy drives, if nothing else (IE. you no longer have
  125.           to use the <N>ew path command when changing floppies,
  126.           just hit 'U')
  127.  
  128.      ->   Fixed bug where copied files received the current date,
  129.           not the date of the original file.
  130.  
  131.      ->   Removed check for '.ARC' file extension in ARC
  132.           commands.  You can now use any
  133.           compression/extraction/library utility you want.
  134.  
  135.      ->   The keyboard buffer is no longer cleared on startup, so
  136.           typeahead is now possible while you're waiting for the
  137.           directory/file scan to complete.
  138.  
  139.      ->   The BIOS read/write option no longer exists.  It was of
  140.           doubtful use to begin with, was extremely slow and
  141.           annoying to use, and (most of all) I needed the room.
  142.           Needless to say, the F8 command has gone the way of the
  143.           dinosaur.  So has the BIOS/DMA field in the
  144.           configuration file (see CHANGES.CNF).
  145.  
  146.      ->   Flicker prevention can only be specified in the
  147.           configuration file now (i.e. F7 will no longer toggle
  148.           the option).
  149.  
  150.      ->   JADU now allows the use of any print utility.  An
  151.           additional line has been added to the configuration
  152.           file for this purpose.  If you wish to continue using
  153.           DOS Print you must specify it on this line (see
  154.           CHANGES.CNF)
  155.  
  156.      ->   Fixed bug in which the Print Tree and Print Directory
  157.           commands occasionally did not print the last few lines
  158.           until the next print command.
  159.  
  160.      ->   The file name display has been changed to look like the
  161.           DOS DIR display (i.e. the extensions line up)
  162.  
  163.      ->   The single dot and double dot directory entries have
  164.           been replaced with '<current>' and '<parent>'.
  165.  
  166.      ->   The '0K' file size has confused many people.  To avoid
  167.           confusion only those files that actually contain 0
  168.           bytes are now marked as '0K'.  Files where the size
  169.           rounds to zero are marked '1K'.  All others are marked
  170.           with their true rounded size.
  171.  
  172.      ->   Added feature in which JADU will retain a data file
  173.           containing the directory tree information.  This file
  174.           will be kept only if the environmental variable JADUDIR
  175.           has been defined. (You can use the new <U>pdate command